home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando23.dms / in.adf / Decks / Quickies / AboutTheseDecks.doc < prev    next >
Encoding:
Text File  |  1991-04-30  |  2.3 KB  |  76 lines

  1. About the Quickies decks:
  2.  
  3.   Each of these decks deal with only a single topic.
  4.  
  5. AppEvent
  6.  
  7.   This demo works under AmigaDos 2.0 only.  This deck gives a simple
  8.   example of using the Window's AppEvent script.  Drag an icon over this
  9.   window and release it.  The selected file's icon image will be loaded
  10.   into the deck and drawn within the window.  You can then drag this image
  11.   within the window.
  12.  
  13. DrawBorder
  14.  
  15.   An example of using the supported Border styles.  All script commands
  16.   used to draw the borders are found in the AfterAttachment script of
  17.   this deck.
  18.  
  19. Qualifiers
  20.  
  21.   While this Deck's window is active, it will display the Keyboard
  22.   qualifiers which are currently being pressed.  See this deck's
  23.   timer Occurred script for how this was done.
  24.  
  25. ClockBar
  26.  
  27.   A simple deck to present the current time, date and memory allocation
  28.   within a draggable bar.
  29.  
  30. DisableTimer
  31.  
  32.   An example of using the DetachObject and ReattachObject to start and stop
  33.   a Timer Object.  See the OnRelease script of the button in this deck.
  34.  
  35. ViewOffset
  36.  
  37.   This deck demonstrates the use of the SetViewOffset and GetViewOffset
  38.   commands.  Run this deck and then click and drag within the empty button
  39.   in the window.  Your entire display will scroll about.  If you wish to
  40.   return to your original positioning, simply press over the Reset button,
  41.   or click on the close window button.
  42.  
  43. ExclusiveButtons
  44.   
  45.   This simply shows how to use radio buttons as a set of exclusive choices.
  46.  
  47. DosTest by M. J. Guerra
  48.  
  49.   This deck uses the STDOUT flag of the Dos command.  If this deck is
  50.   started from a SHELL or CLI, the "ram:" directory will be listed to that
  51.   CLI when the button is pressed.  If it was started from Workbench, then
  52.   a new CLI will be opened to display the directory.
  53.  
  54. ButtonStyles by M. J. Guerra
  55.  
  56.   This deck displays the various ButtonStyles and highlights available in
  57.   CanDo.
  58.  
  59. FormatValuePatterns
  60.  
  61.   This deck allows you to test and verify your understanding of the
  62.   FormatValue function.  You can type a value or expression into one
  63.   field, and a formatting "pattern" into the other, and quickly see
  64.   the results.  The patterns can also be stored in a data file in case
  65.   you want to keep them as references.
  66.  
  67. TheParser by M. J. Guerra
  68.  
  69.   This is another deck which demonstrates the use of the FormatValue
  70.   command.
  71.  
  72. ToggleDeck
  73.  
  74.   This shows off how to use the CLIUtility 'ToggleWB'
  75.  
  76.